home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Objects / protos / abstract_protos.h next >
Text File  |  1998-01-14  |  213b  |  7 lines

  1. /* Prototypes for functions defined in Objects/abstract.c */
  2.  
  3. static PyObject * Py_ReturnMethodError(char * name);
  4. static PyObject * Py_ReturnNullError(void);
  5. static PyObject * do_pow(PyObject * v,PyObject * w);
  6.  
  7.